gtk: remove declarations of removed internal functions
authorMichael Natterer <mitch@gimp.org>
Fri, 29 Oct 2010 11:19:22 +0000 (13:19 +0200)
committerMichael Natterer <mitch@gimp.org>
Fri, 29 Oct 2010 18:24:41 +0000 (20:24 +0200)
gtk/gtkhbbox.h
gtk/gtkvbbox.h

index f0aec6e8dd878831fe02bc833d5b9a6522a6faf8..c6f9023bedff127db906592158c0af9180cb1a62 100644 (file)
@@ -62,11 +62,6 @@ struct _GtkHButtonBoxClass
 GType      gtk_hbutton_box_get_type (void) G_GNUC_CONST;
 GtkWidget* gtk_hbutton_box_new      (void);
 
-/* buttons can be added by gtk_container_add() */
-
-/* private API */
-GtkButtonBoxStyle _gtk_hbutton_box_get_layout_default (void);
-
 G_END_DECLS
 
 #endif /* __GTK_HBUTTON_BOX_H__ */
index c21be52303b4bcb01a3465ac186c8b279c201e03..3c91a2e6bbe6b07c580a1256e1188e7ec2298ce6 100644 (file)
@@ -63,11 +63,6 @@ struct _GtkVButtonBoxClass
 GType      gtk_vbutton_box_get_type (void) G_GNUC_CONST;
 GtkWidget *gtk_vbutton_box_new      (void);
 
-
-/* private API */
-GtkButtonBoxStyle _gtk_vbutton_box_get_layout_default (void);
-
-
 G_END_DECLS
 
 #endif /* __GTK_VBBOX_H__ */